home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Dial CDEF ƒ
/
sincos.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-09-06
|
138 b
|
12 lines
|
[
TEXT/KAHL
]
/*
* header to replace math.h
*/
#include "sane.h"
#define PI (3.14159265358979323846)
double sin(double x);
double cos(double x);